home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3155 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.si.usherb.ca!usenet
  2. From: Paul Rowntree <rowntree@structure.chimie.usherb.ca>
  3. Newsgroups: comp.lang.pascal.borland,comp.lang.pascal.mac,comp.lang.pascal.ansi-iso,comp.lang.pascal.misc,comp.sys.amiga.programmer,comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
  4. Subject: Re: 3d programming
  5. Date: Mon, 12 Feb 1996 12:01:08 -0800
  6. Organization: Universite de Sherbrooke
  7. Message-ID: <311F9C84.3B26@structure.chimie.usherb.ca>
  8. References: <4f3od9$2jg@zeus.tcp.co.uk> <jderrick-0502961551360001@slip037.csc.cuhk.hk> <3118310E.52F@psu.edu> <4fiuh2$qrj@fulton.cs.unc.edu> <311E38D7.71BC@psu.edu>
  9. NNTP-Posting-Host: tree_pc.chimie.usherb.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Christopher H. Clark wrote:
  16. > Jonathan Cohen wrote:
  17. > >
  18. > > In article <3118310E.52F@psu.edu>, Christopher H. Clark <chc104@psu.edu> wrote:
  19. > > >Actually, you only need 2 points to define a plane: a point on the plane and
  20. > > >a normal vector.
  21. > >
  22. > > Sorry to quibble, but...
  23. > >
  24. > >    A VECTOR IS NOT A POINT!!!!
  25. > >
  26. > > Now back to our regular program.
  27. > Points are vectors.
  28. > ^^^^^^^^^^^^^^^^^^
  29.  
  30. Sorry, but I must take offense here.  A point in Cartesian space has three 
  31. aspects [X,Y,Z].  A vector requires a direction, and depending on how sticky you 
  32. are, probably a length.  This implies 6 independent aspects.  Result;  A plane 
  33. requires 3 points.  Always.
  34.  
  35. Cheers
  36.